home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / PSD06502.LZH / SYN.ASM < prev   
Assembly Source File  |  1986-11-30  |  227b  |  5 lines

  1.          .opdef .byte,.db    ;define byte data
  2.          .opdef .dbyte,.dw   ;define double byte msb first
  3.          .opdef .word,.drw   ;define double byte lsb first
  4.          .opdef .text,.db    ;define text string of data
  5.